home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1998 October / macformat-1998-10.iso / CMiFree ƒ / quit.dxr / 00010_NoButton.ls < prev    next >
Encoding:
Text File  |  1998-07-13  |  106 b   |  7 lines

  1. on mouseUp
  2.   repeat with x = 1 to 120
  3.     set the puppet of sprite x to 0
  4.   end repeat
  5.   go("Return")
  6. end
  7.